.media_explore a {
    color: #e41100;
    font: 16px poppinsL;
    text-decoration: none;
/*        position: absolute;*/
    top: 326px;
    left: 49px;
}


.footer_media_explore a{
    color: #e41100;
    font: 16px poppinsL;
    text-decoration: none;
/*        position: absolute;
*/    top: 326px;
    left: 49px;
    background-color: white;
    font: 14px 'poppinsB', sans-serif;
    padding: 5px;
    border-radius: 3px;
}

.footer_media_explore{
        position: relative;
    text-align: right;
    margin-right: 50px;
    margin-top: -33px;
    z-index: 9999;

    }

.media-title {
    font: 16px poppinsL;
    color: #000;
    height: 60px !important;
}



/*Mobile media Query*/
    @media only screen and (max-width: 600px) {
 
 .footer_media_explore{
        position: relative;
    text-align: right;
    margin-right: 50px;
    margin-top: -33px;
    z-index: 9999;

    }
    .views-slideshow-controls-bottom {
    /*position: relative !important;*/
     bottom: 0 !important; 
    left: 24px !important;
}

}
/*End of Mobile media Query*/


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1380px) {

.footer_media_explore a {
    color: #e41100;
    font: 16px poppinsL;
    text-decoration: none;
/*    position: absolute !important;*/
    bottom: -14px;
    right: 5%;
    background-color: white;
    text-transform: capitalize;
    font: 14px 'poppinsB', sans-serif;
    padding: 5px;
    border-radius: 3px;
}

.footer_media_explore {
    margin-right: 109px;
}

.views-slideshow-controls-bottom {
    position: absolute;
    bottom: 10px;
    left: 7% !important;
}


}
/* End of Extra large devices (large laptops and desktops, 1200px and up) */