@font-face {
    font-family: 'CeraBlack';
    src: url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Black.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Black.woff') format('woff');
}

.MyContainer {
    background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_worlds_backuoday/world_backup_bg.jpg') center center no-repeat;
    background-size:cover;
    font-family: 'CeraBlack';padding-bottom:70px;
}

.ProductsWrapper {
    display: block;
    float: left;
    width: calc(33.33% - 20px);
    margin: 10px 10px;
    text-align: center;
    border: solid 2px transparent;
    padding: 20px 15px 50px 15px;
    height:700px;
    transition: all linear 0.15s;
    position: relative;
}

    .ProductsWrapper img {
        margin: 0 auto 15px auto;
    }

    .ProductsWrapper:hover {
        border: solid 2px rgba(255,255,255,0.3);
    }

    .Title {
        color: white;
        font-size: 36px;
        line-height: 40px;
        text-transform: uppercase;
    }

.SeeHere {
    background-color: white;
    color: #2a1d88;
    font-size:27px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:30px;
    padding:13px 45px;
    border-radius:37px;
    position:absolute;
    white-space:nowrap;
    left:50%;
    transform:translateX(-50%);
    bottom:30px;
    transition:all linear 0.15s;
}

    .SeeHere:hover {
        border-radius: 0;
    }

@media (max-width:850px) {
    .ProductsWrapper {
        height: 600px;
    }
}
@media (max-width:768px) {
    .ProductsWrapper {
        width: calc(50% - 20px);
        height: 700px;
    }
}
@media (max-width:600px) {
    .ProductsWrapper {
        height:600px;
    }
}
@media (max-width:480px) {
    .ProductsWrapper {
        width: calc(100% - 20px);
        height:auto;
    }
        .ProductsWrapper img{
            max-width:150px;
        }
        .Title{
            font-size:22px;
            line-height:25px;
        }
        .SeeHere {
            position: relative;
            white-space: nowrap;
            left: unset;
            transform: none;
            bottom: unset;
            font-size:18px;
        }

}