﻿/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .img-container {
        width: 80%;
        margin: 0 auto;
    }

    .product-description .row {
        display: flex;
    }

    .text-half {
        align-self: flex-start;
        width: 100%;
        padding: 20px;
    }

    .img-half {
        width: 50%;
        padding: 10px;
        /*align-self: center;*/
    }

    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: 0;
        padding-top: 45%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        /*padding-top: 66.64%;*/
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        font-size: 22px !important;
        left: 45px;
        max-width: 240px;
        position: absolute;
        top: 80px;
    }

    .img-half {
        width: 40%;
        padding: 30px;
    }

    .text-half {
        align-self: center;
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 29px !important;
        left: 45px;
        max-width: 315px;
        top: 119px;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        font-size: 36px !important;
        left: 45px;
        max-width: 378px;
        top: 143px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .gelseal-cap-image {
        margin-right: 4px;
    }
}

@media only screen and (min-width: 540px) {
    .gelseal-cap-image {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .selfretaining-sleeves,
    .access-channel,
    .gelseal-cap,
    .isb {
        position: absolute;
    }

    .selfretaining-sleeves {
        left: -236px;
        max-width: 210px;
        top: -461px;
    }

    .access-channel {
        left: -236px;
        max-width: 360px;
        top: -58px;
    }

    .gelseal-cap {
        left: 175px;
        top: -77px;
    }

    .isb {
        left: 407px;
        top: -488px;
    }

    .gelseal-cap-image {
        margin-right: 13px;
    }
}

@media only screen and (min-width: 992px) {
    .selfretaining-sleeves {
        left: -161px;
        max-width: 318px;
        top: -509px;
    }

    .access-channel {
        left: -161px;
        max-width: 450px;
        top: -76px;
    }

    .gelseal-cap {
        left: 415px;
        top: -93px;
    }

    .isb {
        left: 580px;
        top: -686px;
    }

    .gelseal-cap-image {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .selfretaining-sleeves {
        left: -133px;
        max-width: 286px;
        top: -620px;
    }

    .access-channel {
        left: -169px;
        max-width: 453px;
        top: -103px;
    }

    .gelseal-cap {
        left: 550px;
        top: -126px;
    }

    .isb {
        left: 632px;
        top: -560px;
    }

    .gelseal-cap-image {
        margin-right: 24px;
    }
}

/*# sourceMappingURL=path-transanal-access-platform.css.map */
