
.single .typo  img.size-full, .single .typo img.size-large {
    width: 720px!important;
    max-width: 720px!important;
    margin-left: 0;
    margin-right: 0;
}
/* single banners */
body.single .article-body.typo {
    position: relative;
}
body.single .article-body.typo div.banner {
    position: absolute;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
body.single .article-body.typo div.banner img {
    opacity: 0;
}
body.single .article-body.typo div.banner div.b_text {
    position: absolute;
    top: 30%;
    left: 18%;
    font-family: inherit;
    line-height: 24px;
    font-size: 40px;
    font-weight: 01;
    letter-spacing: 1.3;
}
body.single .article-body.typo div.banner button {
    width: 300px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    background: #f47622;
    border: navajowhite;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.3;
    font-family: inherit;
    position: absolute;
    bottom: 25%;
    left: 18%;
}
body.single .article-body.typo div.banner button a {
    color: #fff;
    text-decoration: none;

}
@media (max-width: 1000px) {
    body.single .article-body.typo div.banner {
        background-size: cover;
        min-height: 425px;
    }
    body.single .article-body.typo div.banner div.b_text {
        top: 20%;
        left: 5%;
    }
    body.single .article-body.typo div.banner button {
        bottom: 18%;
        left: 5%;
    }
}
@media (max-width: 600px) {
    body.single .article-body.typo div.banner {
        min-height: 150px;
        background-size: contain!important;
    }
    body.single .article-body.typo div.banner div.b_text {
        top: 25%;
        line-height: 14px;
        font-size: 24px;
    }

    body.single .article-body.typo div.banner button {
        bottom: 18%;
        left: calc(50% - 150px);
    }
}
.single .blogSingle .typo img.size-full, .single .blogSingle .typo img.size-large {
    max-width: 100% !important;
    margin: 20px 0 0 !important;
}
.showReelWrapper {
    position: relative;
    width: 100%;
    min-height: 620px;
}
.screenButtons {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 1170px;
    padding: 0 42px;
    position: absolute;
    z-index: 22;
    -moz-transform: translateZ(22px) translateX(-50%);
    -ms-transform: translateZ(22px) translateX(-50%);
    -webkit-transform: translateZ(22px) translateX(-50%);
    -o-transform: translateZ(22px) translateX(-50%);
    transform: translateZ(22px) translateX(-50%);
    bottom: 45px;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}
.button-transparent-white-borders a, .screenButtons li a {
    display: block;
    position: relative;
    padding: 20px 48px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.screenButtons.visible li {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.screenButtons li:nth-child(1) {
    float: left;
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}
.screenButtons li:nth-child(2) {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
.button-transparent-white-borders a:after, .screenButtons li a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 1px white;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button-transparent-white-borders a:before, .screenButtons li a:before {
    content: '';
    display: block;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    z-index: 2;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #F47622;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button-transparent-white-borders a:before, .screenButtons li a:before {
    content: '';
    display: block;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    z-index: 2;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #F47622;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button-transparent-white-borders:hover a:before, .screenButtons li:hover a:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: -1;
}
@media (max-width: 600px) {
    .screenButtons {
        display: grid;
        justify-content: center;
    }
    .screenButtons li:nth-child(1) {
        float: left;
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    .screenButtons li:nth-child(2) {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}