.panel-content { padding:var(--padding-large) 0 var(--padding-large) 0; }
.panel-content img { width:100%; border-radius:0px 110px; }
.panel-content .large { color:#5F6E30; font-size: 32px; font-weight: 700; line-height:1.34; }
.panel-content .col-img { position:relative; }
.panel-content p { max-width:630px; }
.panel-class-with-video h2 { margin-top:14px; }
.panel-class-with-video p { max-width:580px; }
.has-video { position:relative; display:block; height:auto; }
.has-video:after { content:' '; display:block; width:102px; height:102px; position:absolute; left:50%; top:50%; margin:-50px 0 0 -50px; background-repeat:no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='102' height='102' viewBox='0 0 102 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.7193 51.2189L42.5877 66.64C42.4233 66.7494 42.2324 66.8121 42.0353 66.8215C41.8381 66.8309 41.6421 66.7867 41.4681 66.6936C41.2941 66.6004 41.1486 66.4618 41.0471 66.2925C40.9456 66.1232 40.892 65.9295 40.8919 65.7321V34.89C40.892 34.6926 40.9456 34.4989 41.0471 34.3296C41.1486 34.1603 41.2941 34.0217 41.4681 33.9285C41.6421 33.8354 41.8381 33.7911 42.0353 33.8006C42.2324 33.81 42.4233 33.8727 42.5877 33.9821L65.7193 49.4031C65.8687 49.5028 65.9912 49.6378 66.076 49.7962C66.1607 49.9546 66.2051 50.1314 66.2051 50.311C66.2051 50.4907 66.1607 50.6675 66.076 50.8259C65.9912 50.9843 65.8687 51.1193 65.7193 51.2189Z' fill='white'/%3E%3Ccircle cx='51' cy='51' r='50' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A"); background-size:cover; }
.has-video img { width:100%; }
#videoModal .modal-header { padding:0; border:none; }
#videoModal .modal-header .close { margin-top: -20px; position: absolute; right: -50px; font-size: 50px; color:#fff; }
#videoModal .modal-body { padding:0; }
body .modal-backdrop.in { opacity:0.8; }

/* youtube iframe */
.youtube-iframe { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; background-color: #eff4ff; }
.youtube-iframe iframe { position: absolute; left: 0; top: 0;  width: 100%; height: 100%; }

/* modal */
.modal-content { border-radius: 0; margin-top: 60px; }
.modal-header button { cursor: pointer; border: 0; background-color: transparent; font-size: 28px; padding: 0; float: right; }
.modal-body .youtube-embed { position: relative; height: 0; padding-bottom: 56%; }
.modal-body .youtube-embed iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

@media (max-width:767px) {
	.panel-content .col-img:first-child img { margin-bottom:30px; }
	.has-video:after { width:69px; height:69px; margin:-35px 0 0 -35px; }
}
