/* Landscape phones */
@media all and (max-width: 813px) and (max-height: 400px) {
    .mdp-flexiblecontent-md-bg .cta-container{
        margin-bottom: 10px;
    }
    .full-slide-image .cta--wrapper {
        max-width: auto;
    }
}
/* Vertical tablet */
@media all and (min-width: 767px) and (min-height: 1023px) {
    #bym-01{
        min-height: calc(100vh - 210px);
    }
    #bym-01 [class*="grid-col-medium"]{
        padding: 1.5% 10px !important;
    }
}