.header {
    background: url(../img/main-top-bg.jpg) center #0F0A4D no-repeat;
    padding: 26px 0 43px;
}
.left a{
    display: block;
}
.header-list-main ul{
    float: right;
    position: relative;
    z-index:20;
}
.header-list-main ul li{
    display: inline-block;
    padding:0 20px;
    border:1px solid transparent;
    height:42px;
    line-height: 42px;
    font-size:14px;
}
.header-list-main ul li a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.header-list-main ul li:hover{
    border:1px solid #ffffff;
    border-radius:4px;
}
.header-list-main ul li a:hover, .header-list-main .button:hover, .header-install-main .button:hover, .container .row .col-lg-12 a:hover, .footer ul li a:hover, a.btn:hover{
    text-decoration: none;
}
.header-list-main ul li a:focus, .header-list-main .button:focus, .header-install-main .button:focus, .container .row .col-lg-12 a:focus, .footer ul li a:focus, a.btn:focus{
    outline: none;
    text-decoration: none;
}
.header-list-main ul li.active {
    background:#fff;
    border-radius:4px;
    height:42px;
    line-height: 42px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
}
.header-list-main ul li.active a {
    color:#4a90e2;
}
.left img{
    max-width:100%;
}
.download-files{
    height:132px;
    width:100%;
    background:url(../img/bg-download-files.png) no-repeat;
    background-size: contain;
    left:-28px;
    position: absolute;
    z-index:20;
}
.row .header-logo{
    margin-bottom: 50px;
}
.download-files p{
   margin: 30px 40px 0 58px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size:22px;
    color:#fff;
}
.download-files p a{
    color: #4de5c1;
}
 .download-files a:focus{
     outline: none;
 }

.header-install-main{
    float: right;
    text-align: center;
    z-index: 20;
    position: relative;
}

.header-install-main div{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#fff;
    margin-bottom: 9px;
}
.header-install-main .button{
    font-family: 'Open Sans', sans-serif;
    font-weight:800;
    background-image:linear-gradient(-180deg, #b4ec51 0%, #429321 100%);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.39), inset 0px 1px 3px 0px rgba(255,255,255,0.50);
    border-radius:4px;
    width:226px;
    height:64px;
    display: block;
    font-size:18px;
    color:#ffffff;
    line-height: 64px;
    text-align: center;
}
.header-install-main div:last-child{
    margin:14px 0 0;
}
.content-main{
    padding:35px 0 90px;
}
.container .back .col-lg-12 img{
    width: 14px;
    height:12px;
    margin-right: 8px;
}
.back{
    height:22px;
    margin-bottom: 32px;
}
.container .back .col-lg-12 a{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#1e69c1;
    line-height: 22px;
}
.fbook{
    height:42px;
    margin-bottom:40px;
}
.fbook a{
    margin-right: 15px;
    display: inline-block;
    float: left;
}
.fbook span{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size:38px;
    color:#4a4a4a;
    line-height: 42px;
    display: block;
    float: left;
}
.fbook .button{
    border:1px solid #4a90e2;
    border-radius:4px;
    width:135px;
    height:40px;
    line-height: 42px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#4a4a4a;
    text-align: center;
    margin-left: 68px;
    float: left;
}
.work{
    max-width:100%;
    display: block;
    margin-bottom:30px;
}
.statistic{
   margin-left: 20px;
}
.statistic p{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color:#4a4a4a;
    text-align:left;
    font-weight: bold;
    margin-bottom: 11px;
}
.statistic table{
    width:139px;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#565656;
    text-align:left;
    margin-bottom: 10px;
    font-weight: 300;
}
.text-bold{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color:#4a4a4a;
    text-align:center;
    font-weight: bold;
    padding-left: 10px;
}
.statistic a{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#1e69c1;
}
.static a:hover{
    color: #1e69c1;
}
.statistic a:focus{
    outline: none;
}
.install-button{
    margin-top: 90px;
}
.install-button .button, .btn, .btn:focus{
    background-image:linear-gradient(-180deg, #97db1e 0%, #50b228 100%);
    box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.50);
    border-radius:4px;
    max-width:427px;
    width:100%;
    height:64px;
    text-align: center;
    line-height: 64px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size:18px;
    color:#fff;
    margin-bottom: 10px;
    border:0;
    display: block;
}
.install-button .download-icon{
    width:20px;
    height:20px;
    float: left;
    background: url("../img/file-download.svg") no-repeat;
    margin:24px 0px 0 28px;
}
.install-button p{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#565656;
    font-weight: 300;
}
.install-button p .bold{
    font-weight: 700;
    color: #4a4a4a;
}
.footer-main{
    padding:38px 0;
    background:#525252;
}
.footer img{
    max-width:100%;
}
.footer p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:13px;
    color:#fff;
}
.footer ul{
    float: right;
    margin-top: 20px;

}
.footer ul li{
    display: inline-block;
    padding:0 22px;
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    text-align:center;
}
.footer ul li a{
    color: #fff;
}
.navbar{

    margin:auto;
    padding:0 15px;
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 37px;
}
.left{
    float: left;
}

@media all and (max-width: 990px){
    .download-files {
        background: rgba(0, 0, 0, 0) url("../img/bg-download-files-small.png") no-repeat scroll 0 0;
        height: 132px;
        width: 100%;
        -webkit-background-size:contain;
        background-size:contain;
    }
    .download-files p{
        font-size:20px;
        color:#fff;

    }
}
@media all and (max-width: 1199px){
    .download-files p{
        font-size:18px;
    }
}
@media all and (max-width:990px){
    .header-list-main{
        display: none;
    }

    #bs-example-navbar-collapse-1 {
        margin-top: -50px;
        z-index: 1;
        width: 100%;
    }

    .navbar-toggle[aria-expanded="false"] span.icon-bar {
        display: block;
        background: #fff;
    }

    .navbar-toggle[aria-expanded="true"] span.icon-bar {
        display: none;
    }

    .navbar-toggle[aria-expanded="false"] span.close {
        display: none;
    }

    .navbar-toggle[aria-expanded="true"] span.close {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../img/close.svg) no-repeat 9px 0px;
        position: relative;
        opacity: 1;
        z-index: 11111111;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
        border:none;
    }
    .navbar-toggle {
        margin:0 0 20px 20px;
        padding: 0;
        float: right;
        position: relative;
        z-index: 9999999999;
        border-radius: 0px;
        border:0;
    }
    .navbar-toggle:hover{
        background: none;
    }

    .navbar-collapse.collapse.in .header-list-main, .navbar-collapse.collapse.in .header-list-main ul{
        display: block;
        position: fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index: 9999;
        background: #fff;
    }
    .navbar-collapse.collapse.in .header-list-main ul{
        text-align: left;
        margin:60px 0 0 0px;
        padding:0;
    }
    .navbar-collapse.collapse.in .header-list-main ul li{
        display: block;
        font-size:30px;
        height:60px;
        border:none;
    }
    .navbar-collapse.collapse.in .header-list-main ul li:hover{
        border:none;
    }
    .navbar-collapse.collapse.in .header-list-main ul li a {
        color: #333;
    }
    .navbar-collapse.collapse.in .header-list-main ul li a:hover{
        color: #38b7ea;
    }
    .navbar-collapse.collapse.in .header-list-main ul li .active{
        text-align: left;
    }
}
@media all and (max-width: 991px){
    .download-files{
        padding-right: 15%;
    }
}
    @media all and (max-width: 988px){
    .header-install-main .button{
        width:180px;
    }
}
@media all and (max-width: 768px){
    .header-install-main {
        float: none;
        margin-top:10px;
    }
    .header-install-main .button{
        margin:0 auto;
    }
    .download-files{
        position: static;
        padding-right: 10%;
    }
    .footer div div{
        float: none;
        text-align: center;
    }
    .footer ul li{
        display: block;
        height:30px;
    }
    .footer ul li a:hover{
        color: #38b7ea;
    }
    .footer ul{
        float: none;
        padding:0;
    }
}

@media all and (max-width: 598px){
    .fbook .button{
        margin-left:30px;
    }
}
@media all and (max-width: 561px){
    .fbook .button{
        margin:0 0 0 55px;
    }
    .fbook span{
        font-size:20px;
    }
    .fbook img{
        width:20px;
        height:20px;
        margin-top: 10px;
    }
}
@media all and (max-width:535px){
    .download-files p{
        font-size: 16px;
    }
    .install-button .download-icon{
        background: none;
        display: none;
    }
}

@media all and (max-width: 457px){
    .download-files {
        background: none;
        padding: 0px;
    }
    .download-files p{
        text-align: center;
        margin:0;
    }
}
@media all and (max-width: 430px){
    .install-button .button span{
        display: none;
    }
    .install-button .button{
        margin-bottom: 20px;
    }
}
@media all and (max-width: 345px){
    .fbook .button{
        margin: 0px 0 20px 35px;
    }
}
@media all and (max-width: 360px){
    .left a{
        width:80%;
    }
    .navbar-toggle {
        margin: 0 0 20px -32px;
    }
    .download-files{
        height:80px;
    }
}


/*-----------------sites--------------------*/

.chosen-container:last-child{
    margin-left: 15px;
}
.chosen-container .chosen-single span{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#4a4a4a;
    background:#f9f9f9;
    height:38px;
    line-height: 38px;
}
.chosen-container .chosen-single{
    height:38px;
    border:1px solid #cecece;
    border-radius:4px;
    background:#f9f9f9;

}

.numbers{
    float: right;
}
.numbers a{
    margin-right: 5px;
    border:1px solid #cecece;
    border-radius:4px;
    width:38px;
    height:38px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#4a4a4a;
    text-align:center;
    line-height:38px;
}
.numbers a:last-child{
    margin:0;
}
.numbers a:hover{
    text-decoration: none;
   background: #05599c;
color: #FFF;
}

.numbers a:hover{
    text-decoration: none;
   background: #05599c;
color: #FFF;
}

.numbers a:focus {
 
    text-decoration: none;
    background: #05599c;
    color: #FFF;
}
 
a.active-number{
    background:#4a90e2;
    border-radius:4px;
    width:38px;
    height:38px;
  background: #05599c;
    color: #FFF;
}
.numbers a.active-number:hover{
  background: #05599c;
    color: #FFF;
    border-radius:4px;
    
    width:38px;
    height:38px;
    border-color:#4a90e2;
}
.site-list{
    margin-top: 48px;
}
.site-list li{
    list-style-type: none;
    height:39px;
    line-height: 39px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size:14px;
    border:1px solid transparent;
}
.site-list li:nth-child(odd){
    background-color: #fff;
}
.site-list li:nth-child(even){
    background-color: #f7f7f7;
}
.site-list img{
    margin:5px 13px 0 20px;
    float: left;
	width: 25px;
}
.site-list .small-top{
    margin-top: 8px;
}
.site-list span{
    float: left;
    min-width: 110px;
    padding-right: 20px;
}
.site-list li a{
    color:#4a4a4a;
}
.site-list li a:hover{
    text-decoration: none;
    color:#4a4a4a;
}
.site-list li a:focus{
    text-decoration: none;
    outline: none;
}
.site-list li a i{
    font-size:30px;
    color:#4a90e2;
    margin: 6px 0 0 35px;
    float: left;

}
.site-list div{
    float: left;
    position:relative;
    display: none;
}
.site-list div img{
    width:259px;
    float: left;
    position: absolute;
    margin:0 0 0 8px;
}
.site-list li:hover{
    border:1px solid #4a90e2;
    height:39px;
}
.site-list li:hover div{
    display: block;
}
.chrome-install{
    margin-top: 83px;
}
.chrome-install i{
    font-size:40px;
    color:#4a90e2;
    margin:9px 10px 0 0;
    float: left;
}
.chrome-install span{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size:38px;
    color:#4a4a4a;
}
.install-button.extended-for-chrome{
    margin-top: 44px;
}
@media all and (max-width: 992px){
    .numbers{
        float: none;
        margin-top: 20px;
    }
}
@media all and (max-width: 767px){
    .site-list li:hover{
        border:1px solid #4a90ea;
        height:39px;
    }
    .site-list li:hover div{
        display: none;
    }
}
@media all and (max-width: 454px){
    .chosen-container:last-child{
        margin:0;
    }
    .chrome-install i{
        font-size: 30px;

    }
    .chrome-install span{
        font-size: 28px;
    }
    .install-button.extended-for-chrome{
        margin-top: 24px;
    }
}
@media all and (max-width: 439px){
    .chosen-container:last-child{
        margin-top: 10px;
    }
}
@media all and (max-width: 349px){
    a.none-block{
        display: none;
    }
}


/*--------------------------------install---------------------------*/


.content-main.firefox{
    padding:0 0 110px 0;
}
.firefox .container .chrome-install{
    margin-top: 67px;
}
.firefox  .big-margin .download-icon{
    margin-left: 20%;
    margin-right: 2%;
}
.firefox .install-button .button{
    text-align: left;
}
.version p{
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.newest-version{
    padding:0;
}
.newest-version li{
    list-style-type: none;
    line-height: 40px;
    height:40px;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:300;
}
.newest-version li a{
    color:#4a90ea;
}
.newest-version i{
    font-size:16px;
    color:#c9c9c9;
    margin-right: 2px;
    margin-top: 12px;
    float: left;
}

.newest-version li a:hover{
    text-decoration: none;
}
.newest-version li a:focus{
    text-decoration: none;
    outline:none;
}
.newest-version li span{
    font-weight:500;
}
.version p > span{
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size:14px;
    color:#1e1e1e;
}
@media all and (max-width: 536px){
    .firefox .install-button .button{
        text-align: center;
    }
}
@media all and (max-width: 349px){
    .newest-version li{
        line-height: 20px;
        margin-bottom:10px;
    }
}

/*--------------main-page--------------------*/
.header{
    background-size: cover;
}
.header-landing{
    min-height: 750px;
    position: relative;
}
.bg{
    width:100%;
    height:100%;
    background: url("../img/orange block.png") center no-repeat;
    z-index: 10;
    position: absolute;
}
.norton-safe.extended{
    position: relative;
    margin:318px 0 0 214px;
}
.norton-safe.extended span{
    color: #fff;

}
.content-main-social{
    padding:53px 0 98px 0;
}
.center-text{
    text-align: center;
}
.youtube p{
    margin-top: 21px;
    font-family: 'Open Sans', sans-serif;
    font-size:30px;
    color:#4a4a4a;
}
.line{
    background:#f5a623;
    width:298px;
    height:3px;
    margin:18px auto 23px;
}
 .instraction .row  p{
    min-width:316px;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#262626;
    line-height:24px;
    text-align:left;
}
 .instraction .row p:first-child{
     margin-top: 40px;
 }
 .norton-safe{
     margin-top: 48px;
 }
 .norton-safe img{
     margin-right: 11px;
 }
 .norton-safe span{
     font-family: 'Open Sans', sans-serif;
     font-size:15px;
     color:#000000;
 }
.example-picture{
    width:100%;
    max-width:704px;
    margin: auto;
    height:500px;
    background-size: contain;
}
.header-install-main.extended{
    margin-top: 300px;
    right:208px;
}
.header-install-main.extended img{
    margin:0 10px;
}
.another{
    margin-top:14px;
}
.clear{
    clear: both;
}
.btn.extended:hover{
    color: #fff;
    text-decoration: none;

}
.btn.extended:focus{
    text-decoration: none;
    outline:none;
}
.btn.extended{
    width:226px;
    line-height: 54px;
    height:64px;
    float: left;
}
.brow-type{
    margin:-90px auto 20px;
    height:64px;
    width:100%;
    max-width: 674px;
}
.brow-type div{
    float: left;
    line-height: 64px;
}
.header-install-main .brow-bold, .brow-type .brow-bold{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color:#fff;
    font-weight: 700;
}
.brow-bold.black{
    color: #4a4a4a;
}
.brow-safari{
    margin:0 0 0 26px;
}
.big-text p{
    font-family: 'Open Sans', sans-serif;
    font-size:50px;
    color:#4a4a4a;
    text-align:center;
    margin-bottom: 67px;
}
.chrome{
    display: inline-block;
    background: url("../img/chrome.jpg") center no-repeat;
    width:100%;
    max-width:496px;
    height:443px;
    float: left;
    background-size: contain;
}
.ff{
    background: url("../img/ff.jpg") center no-repeat;
    width:100%;
    max-width:496px;
    height:443px;
    float: right;
    display: inline-block;
    background-size: contain;
}
.thumb{
    min-height:100px;
    margin-top: 347px;
    padding:0 47px 0 45px;
}
.for-browser{
    height:19px;
    margin-bottom: 13px;
}
.left{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    color:#4a4a4a;
    font-weight: bold;
    line-height: 19px;
}
.right{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#1e1e1e;
    font-weight: 300;
    float: right;
    line-height: 19px;
}
.right span{
    font-weight: bold;
}
.browser-information{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:16px;
    color:#1e1e1e;
}
.chrome:hover{
    background: url("../img/chrome-hover.jpg") center no-repeat;
    background-size: contain;
}
.ff:hover{
    background: url("../img/ff-hover.jpg") center no-repeat;
    background-size: contain;
}

.example-for-youtube{
    background: url("../img/youtube_image.png") no-repeat;
    background-size: contain;
}
.bg-vimeo{
    background: url("../img/vimeo-bg.jpg") center no-repeat;
    background-size: cover;
}
.row .youtube.white p, .instraction .row p.white, .norton-safe .white, .brow-type .brow-safari .white,  .brow-type .white{
    color: #fff;
}
.white-line{
    background: #fff;
}
.vimeo-example {
    background: url("../img/vimeo-image.png") center no-repeat;
    background-size: 100%;
}
.line.fb-line{
    background: #4a90ea;
}
.fb-example{
    background: url("../img/fb-image.png") ;
}
.vk-bg{
    background:#f4f4f4;
}
.vk-example{
    background: url("../img/vk-image.png") center no-repeat;
}
.ok-bg{
    background: url("../img/ok-bg.jpg") center no-repeat;
    background-size: cover;
}
.ok-example {
    background: url("../img/ok-image.png") no-repeat;
}
.bg-white{
    background: #f4f4f4;
}
.musik-example{
    background: url("../img/music-image.png") no-repeat;
}
.block-center .brow-type .download-count{
    float: right;
}
.download-files.extended{
    position: relative;
}
.img-none{
    display: none;
}
@media all and (max-width:1199px ){
    .block-center{
        margin:0 auto;
        float: none;
        clear: both;
    }
    .chrome{
        float: none;
        margin:50px auto;
    }
    .ff{
        float: none;
        margin: 0 auto;
    }
    .header-install-main.extended{
        right:118px;
    }
    .norton-safe.extended {
        margin: 330px 0 0 120px;
    }
}
@media all and (max-width:991px) {
    .header-install-main.extended {
        right: 15px;
    }
    .download-files.rel-padding {
        padding-right: 12%;
    }

    .norton-safe.extended {
        margin: 335px 0 0 10px;
    }
}
@media all and (max-width: 800px){
    .norton-safe.extended{
        display: none;
    }
}
@media all and (max-width: 768px) {
    .header-install-main.extended {
        right: 13px;
    }


}


@media all and (max-width: 767px) {
    .header-install-main.extended {
        right: -45px;
    }
    .bg{
        display: none;
    }
    .img-none{
        display: block;
        text-align: center;
    }
    .header-install-main.extended{
        margin-top: 30px;
        right:0;
    }
}
@media all and (max-width: 735px) {
    .example-for-youtube{
        background: url("../img/youtube_img.jpg") center no-repeat;
        background-size: contain;
        height:200px;
        margin-bottom: 20px;
    }
    .brow-type{
        margin:46px auto 20px;
    }
    .norton-safe{
        margin-bottom: 10px;
        text-align: center;
    }
    .vimeo-example{
        background: url("../img/vimeo_img.jpg") center no-repeat;
        background-size: contain;
        height:200px;
        margin-bottom: 20px;
    }
    .fb-example{
        background:url("../img/fb_img.jpg") center no-repeat;
        background-size: contain;
        height:200px;
        margin-bottom: 20px;
    }
    .vk-example{
        background:url("../img/vk_img.jpg") center no-repeat;
        background-size: contain;
        height:200px;
        margin-bottom: 20px;
    }
    .ok-example{
        background: url("../img/ok_img.jpg") center no-repeat;
        background-size: contain;
        height:200px;
        margin-bottom: 20px;
    }
    .musik-example{
        background: url("../img/all_img.jpg") center no-repeat;
        background-size: contain;
        height:200px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 569px){
    .block-center .brow-type .download-count, .brow-type div, .btn.extended{
        float: none;
    }
    .download-count{
        display: none;
    }
    .brow-type{
        display: inline-block;
        text-align: center;
    }
    .btn.extended{
        display: inline-block;
    }
    .brow-safari{
        margin:0;
    }
}
@media all and (max-width: 514px){
    .browser-information{
        display: none;
    }
}

@media all and (max-width: 467px){
    .ff{
        background: url("../img/ff.jpg") top no-repeat;
        background-size: contain;
    }
    .chrome{
        background: url("../img/chrome.jpg") top no-repeat;
        background-size: contain;

    }
    .ff:hover{
        background: url("../img/ff-hover.jpg") top no-repeat;
        background-size: contain;

    }
    .chrome:hover{
        background: url("../img/chrome-hover.jpg") top no-repeat;
        background-size: contain;

    }
    .thumb{
        margin-top: 330px;
    }
}
@media all and (max-width: 456px){
    .download-files.extended{
        position: static;
    }
    .download-files.rel-padding {
        padding-right: 0;
    }
}
@media all and (max-width: 450px){
    .thumb{
        margin-top: 309px;
    }
    .chrome{
        margin-top: -10px;
    }
}
@media all and (max-width: 426px){
    .chrome{
        margin-top: -40px;
    }
}
@media all and (max-width: 414px){
    .right{
        float: none;
    }
    .left{
        float:none;
    }
    .thumb{
        margin-top: 283px;
    }
    .chrome{
        margin-top: -50px;
    }
}
@media all and (max-width: 405px){
    .thumb{
        margin-top: 250px;
    }
}
@media all and (max-width: 380px){
    .thumb{
        margin-top: 239px;
    }
    .left{
        font-size: 16px;
    }
}
@media all and (max-width: 350px){
    .thumb{
        margin-top: 220px;
    }
}
@media all and (max-width: 345px){
    .thumb{
        margin-top: 210px;
    }
    .chrome{
        margin-top: -110px;
    }
}