@charset "UTF-8";
@media screen and (min-width: 768px){
.section1_1_img{
    position: relative;
    height: 390px;
    width: 100%;
    overflow: visible;
}

.section1_1_img img[src*="section1_1"]{
    position: absolute;
    top: 5%;
    left: 23%;
    height: 370px;
    max-width: 560px!important;
    width: auto;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.section1_1_img{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: visible;
}

.section1_1_img img[src*="section1_1"]{
    position: absolute;
    top: 9%;
    left: 23%;
    max-height: 104vw;
    height: 100%;
    max-width: 170vw!important;
}
}