* {
	
margin: 0px;
padding: 0px;
box-sizing: border-box;

}




 /*--------------------------------------tablet below------------------------------------------*/

@media only screen and (min-width: 850px) {

#third-image, #fourth-image, #fifth-image {

width: 380px;


} /*tablet close*/




 /*--------------------------------------desktop below------------------------------------------*/
/*not 1000px so images dont go edge to edge*/
@media only screen and (min-width: 1050px) {


#third-image, #fourth-image, #fifth-image {

width: 306px;
height: 510px;

}


#third-image video, #fourth-image video, #fifth-image video {

transform: scale(1.1,1.1);


}




} /*desktop close */













  

