.imgtxt {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.imgtxt.left {
    flex-direction: row-reverse;
}

.imgtxt .img .video video {
    min-height: 780px;
}
.imgtxt .imgs .bgImg-1{
    display: none;
}
.imgtxt .imgs:hover .bgImg-0 {
    display: none;
}
.imgtxt .imgs:hover .bgImg-1 {
    display:block;
}
.imgtxt .txt {
    padding-left: 94px;
    padding-top: 175px;
	padding-right: 94px;
    line-height: 1.7;
    font-size: 20px;
    max-width:960px;
	color:#424242;
	background-color:#fff;
}

.imgtxt .txt.long {
    padding-top: 100px;
}
	
.imgtxt .txt .summary {
    line-height: 1.5;
    padding-bottom: 32px;
}

.imgtxt .txt .summary h2 {
    color: var(--sky_primary_color);
    font-size: 30px;
}

.imgtxt .txt .summary .big{
    background-color: var(--sky_primary_color);
    color: white;
}

.imgtxt .txt .common-title {
    font-size: 48px;
}
.imgtxt .txt .common-summary {
    font-size: 24px;
}

.imgtxt .txt .common-title .big,
.imgtxt .txt .common-summary .big{
    background-color: var(--sky_primary_color);
    color: white;
}
.imgtxt .txt .common-title h2,
.imgtxt .txt .common-summary h2 {
    color: var(--sky_primary_color);
    font-size: 48px;
}
@media (max-width: 1199.98px ){
    .imgtxt .txt {    
        padding-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .imgtxt .txt .common-title {
        font-size: 24px;
    }
    .imgtxt .txt .common-summary {
        font-size: 18px;
    }
    .imgtxt .txt .common-summary h2,
    .imgtxt .txt .common-title h2 {
        font-size: 24px;
    }
    .imgtxt .txt .summary h2 {
        font-size: 20px;
    }
    .imgtxt .txt {
        font-size: 18px;
    }
    .imgtxt .txt.long {
        padding-top: 20px;
    }
    .imgtxt .img .video video {
        min-height: unset;
    }
}
