/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.none {
    display: none;
}

.video_itme_btn_content {
    padding: 0 2rem 1rem 2rem !important;
}

.grid-inner {
    /* background-color: black; */
}

#form_login label.error,
#cart-contact-form label.error,
#form_contact label.error {
    display: block !important;
}

.video_item {
    min-height: 50vh !important;
}

.item_title.fw-medium.h2 {
    font-size: xx-large;
}

#video_download_content {
    text-align: left;
}

#video_download_content label {
    font-size: 18px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .item_title.fw-medium.h2 {
        font-size: x-large;
    }

    .video_item {
        min-height: 26vh !important;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .item_title.fw-medium.h2 {
        font-size: large;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .item_title.fw-medium.h2 {
        font-size: xx-large;
    }
}
