/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media screen and (min-width: 737px) {
	.gallery-container #gallery-selected-buy-model {
   	 	right: 45px;
	}
}

@media screen and (max-width:736px) and (orientation: portrait) {
	.gallery-container #gallery-selected-buy-watch {
   	 	margin-left:15px;
	}
}

@media screen and (max-width:667px) and (orientation: portrait) {
	.gallery-center-content {
   	 	width:90%;
	}
}

@media screen and (device-width: 375px) and (device-height: 667px) and (orientation: portrait){
    .gallery-container #gallery-selected-buy-model {
        position: relative;
        right: initial;
    }
    .gallery-container #gallery-selected-buy-watch {
        position: relative;
        top: 1px;
        margin-left:15px;
    }
    .gallery-container #gallery-selected-buy-band {
        position: relative;
        margin-left: 22px
    }
}


.gallery-container #gallery-selected-buy-model {
    right: 0px;
}

@media only screen and (max-width:736px) {
    .gallery-container #gallery-selected-buy-model {
        right: auto;
    }
}

@media screen and (device-width: 414px) and (device-height: 736px) and (orientation: portrait){
    .gallery-container #gallery-selected-buy-model {
        right: 6px;
        top:0;
    }
}



/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 