﻿/*----------------------------------------------------------------------------------------------
|-> Side AD Banner
----------------------------------------------------------------------------------------------*/
.sideBanner_Triple {
    position: fixed;
    z-index: 20;
    left: 0;
    bottom: 10%;
    width: 100px;
    height: 230px;
    overflow: hidden;
}

    .sideBanner_Triple img {
        width: 100%;
        line-height: 0;
    }

@media all and (max-width: 768px) {
    .sideBanner_Triple {
        display: none;
    }
}