/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 04:30:36 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.hm_video_grid ul li.tsvg-layout-item-show {
    width: calc(100% / 2 - 4px) !important;
    display: none !important;
	padding: 7px 7px 0px 7px;
}

.hm_video_grid ul li.tsvg-layout-item-show:nth-child(odd), .hm_video_grid ul li.tsvg-layout-item-show:nth-child(even) {
	display: none !important;
}

.hm_video_grid ul li.tsvg-layout-item-show:nth-child(1), .hm_video_grid ul li.tsvg-layout-item-show:nth-child(2), .hm_video_grid ul li.tsvg-layout-item-show:nth-child(3), .hm_video_grid ul li.tsvg-layout-item-show:nth-child(4) {
    display: block !important;
}

.hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell {
    display: none;
	width: calc(100% / 4) !important;
}

.hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(1), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(2), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(3), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(4), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(5), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(6), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(7), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(8), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(9), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(10), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(11), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(12), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(13), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(14), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(15), .hm_image_grid .simple-google-photos-grid .simple-google-photos-grid-cell:nth-child(16) {
	display: inline-block !important;
}

.hm_image_grid img.simple-google-photos-grid-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 8 / 6;
    padding: 5px;
}

.hm_image_grid ul {
    margin: 0;
}

.cnt_form textarea {
    border-radius: 20px;
}
