/* short screen */
@media only screen
and (max-height : 670px) {





}


/* smartphones (portrait) */
@media only screen
and (max-width : 767px) {
.border-slide {
    height: 665px;
    left: -35px;	
}

/* smartphones (portrait) */
@media only screen
and (max-width : 320px) {

}

/*  ipad portrait,tablet and small screen*/
@media only screen
and (min-width : 768px)
and (max-width : 1023px) {
.border-slide {
    
}	


}
/*small PC screen*/
@media only screen
and (min-width : 768px)
and (max-width : 1023px)
and (max-height : 730px)
{

.border-slide {
    
}

}

/*super small PC screen*/
@media only screen
and (min-width : 768px)
and (max-width : 1023px)
and (max-height : 600px)

{
.border-slide {
    
}
}

/*short PC screen*/
@media only screen
and (max-height : 740px)
and (min-width : 1023px)
{
.border-slide {
    
}
}

/* ipad landscape, 1024-1280 screen */
@media only screen
and (min-width : 1024px)
and (max-width : 1300px) {

.border-slide {
    
}

}

/*super small smartphone*/
@media only screen and (max-width: 300px) {

}