.mobile-header-icon .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .ametek-mobile-logo,
    .mobile-logo {display: none;}
}

@media(max-width: 767px) {
	.back-color.mobile-hide {
	display:none;
    }
}

.has-mobile-bg {
    background-size: cover;
    background-position: center center;
}

/* ----------- iPad Pro ----------- */


/* Portrait and Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .defauld-video-wrapper {
        min-height: 400px !important;
    }
}


/* Portrait */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .defauld-video-wrapper {
        min-height: 400px !important;
    }
}


/* Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .defauld-video-wrapper {
        min-height: 400px !important;
    }
}


/* iPad in portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
    .ProductListing .product-item:last-child .field-productimage,
    .ProductListing .product-item:last-child .field-productimage{
        min-height: 290px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .defauld-video-wrapper{
        min-height: 300px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .Key-Features-video iframe {
        min-height: 160px !important;
    }
}

@media(max-width: 767px) {
    .filter-label {
        width: 155px;
        min-width: 155px;
    }
    .defauld-video-wrapper,.Key-Features-video iframe {
        min-height: 300px !important;
    }
    #videoplayer {
        height: 200px;
        min-height: 200px;
        width: 100%;
    }
}

@media(max-width: 575px) {
    .filter-label {
        width: 100%;
    }
    .home-carousel .field-slideimage img,
    .home-carousel .field-slideimage img{ 
        width:88%;
    }
    .defauld-video-wrapper,.Key-Features-video iframe {
        min-height: 300px;
    }
}

@media(max-width: 479px) {
    .small-banner-breadcrumbs .component-content nav{margin-top:12px;} 
    .defauld-video-wrapper,.Key-Features-video iframe {
        min-height: 220px !important;
    }
}

@media(max-width: 400px) {
    .defauld-video-wrapper,.Key-Features-video iframe {
        min-height: 200px !important;
    }
}

@media(max-width: 330px) {
    .defauld-video-wrapper {
        min-height: 180px;
    }
    .home-carousel .field-slideimage img,
    .home-carousel .field-slideimage img{ 
        height:180px; 
        width:88%;
    }
}

.back-color .component-content {
    background: #f1edf0;
    padding: 20px;
    margin: 0 20px 0 0;
}
.back-color a {
    display: block;
    margin-right: 0;
}

.speaker-rows {
    width: 100%;
    margin: 10px;
}

.speaker-heading {
    width: 100%;
    margin: 20px;
}
.back-color .component-content .field-brief-content .btn-container a{
    color: #ffffff!important;
}
.back-color .component-content .field-brief-content .btn-container a:hover{
    color: #ffffff!important;
}

.speakers_detail_sec {
    padding: 20px;
    padding-top: 0;
}

.speakers_detail_sec h4,
.speakers_detail_sec p {
    margin: 0;
    letter-spacing: -.5px;
    line-height: 1.5;
}

.speakers_detail_sec h4 {
    margin-bottom: 10px;
}
