File: /var/www/html/video-rental/wp-content/themes/video-rentals/css/common.css
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
body {
background-color: #000;
font-family: "Barlow Semi Condensed", sans-serif !important;
font-weight: 400;
font-size: 16px;
}
img {
max-width: 100%;
}
@media (min-width: 1600px) {
.custom-container {
max-width: 1400px;
}
}
@media (max-width: 1441px) {
.custom-container {
max-width: 1300px;
}
}
@media (max-width: 767px) {
.custom-container {
max-width: 100%;
}
}
/*# sourceMappingURL=common.css.map */