﻿/*Iphone5 vertical*/
@media  (min-width:320px) and (max-width:568px) and (orientation:portrait) {

    .bloque-comprar-decimosIQ {
        display: inline-block;
        width: 85%;
        background: transparent;
        height: auto !important;
        float: right;
    }

    .bloque-decimo-sortIQ {
        position: absolute;
        top: 0px;
        width: 95%;
        height: auto !important;
        padding: 0px 0px;
        margin: 0px 0px;
    }
}
